* progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 May 2010 21:21:12 +0000 (17:21 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 May 2010 21:21:12 +0000 (17:21 -0400)
commit22d057f959a7a5d98b74a28b04fa8fd339db4c75
treee31970ec8a91f9691caaae422d99292d7df492cb
parentd1084647ca6741c86949b3f5e27f04fd2d12a4fd
* progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
(sh-mode-syntax-table): Give it a default value instead.
(sh-header-marker): Make buffer-local.
(sh-mode): Move make-local-variable to the corresponding setq.
(sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
Use complete-with-action.
lisp/ChangeLog
lisp/progmodes/sh-script.el